home *** CD-ROM | disk | FTP | other *** search
- ! Spouse type
- newline
- tabwidth 2
- style label
- get *this.SEX
- if F
- text Husband:
- get *valu.HUSB
- else
- text Wife:
- get *valu.WIFE
- endif
-
- ! Spouse Name
- hskip 5
- style static w=-1
- if validlink
- text *it.NAME
- link *it
- else
- text <unknown>
- endif
-
- get *valu.MARR.DATE
- ifnotempty
- newline
- style label j=right tw=2
- text Date:
-
- hskip 5
- style static w=-1
- text *it
- endif
-
- get *valu.MARR.PLAC
- ifnotempty
- newline
- style label j=right tw=2
- text Place:
-
- hskip 5
- style static w=-1
- text *it
- endif
-
- showall NOTE Marriage